From: Philip Withnall Date: Fri, 23 Jun 2017 20:44:29 +0000 (+0100) Subject: tests: Fix incorrect `summary --update` usage in test-local-pull.sh X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~35^2~35 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a432a2b42029b7bc014b61375579994d13f22413;p=ostree.git tests: Fix incorrect `summary --update` usage in test-local-pull.sh Previously the spurious ‘update’ atom was ignored; now that `ostree summary --update` accepts extra arguments as additional metadata, it’s causing an error. Drop it. Signed-off-by: Philip Withnall Closes: #961 Approved by: cgwalters --- diff --git a/tests/test-local-pull.sh b/tests/test-local-pull.sh index 43b96010..1c9767f6 100755 --- a/tests/test-local-pull.sh +++ b/tests/test-local-pull.sh @@ -84,13 +84,13 @@ if ${CMD_PREFIX} ostree --repo=repo6 pull-local --remote=origin --gpg-verify-sum assert_not_reached "GPG summary verification with no summary unexpectedly succeeded" fi -${OSTREE} summary -u update +${OSTREE} summary --update if ${CMD_PREFIX} ostree --repo=repo6 pull-local --remote=origin --gpg-verify-summary repo test2 2>&1; then assert_not_reached "GPG summary verification with signed no summary unexpectedly succeeded" fi -${OSTREE} summary -u update --gpg-sign=${TEST_GPG_KEYID_1} --gpg-homedir=${TEST_GPG_KEYHOME} +${OSTREE} summary --update --gpg-sign=${TEST_GPG_KEYID_1} --gpg-homedir=${TEST_GPG_KEYHOME} ${CMD_PREFIX} ostree --repo=repo6 pull-local --remote=origin --gpg-verify-summary repo test2 2>&1